runtime.wbBuf.next (field)
13 uses
runtime (current package)
mwbbuf.go#L49: next uintptr
mwbbuf.go#L80: b.next = start
mwbbuf.go#L90: if (b.end-b.next)%unsafe.Sizeof(b.buf[0]) != 0 {
mwbbuf.go#L101: b.next = uintptr(unsafe.Pointer(&b.buf[0]))
mwbbuf.go#L106: return b.next == uintptr(unsafe.Pointer(&b.buf[0]))
mwbbuf.go#L132: if b.next+goarch.PtrSize > b.end {
mwbbuf.go#L135: p := (*[1]uintptr)(unsafe.Pointer(b.next))
mwbbuf.go#L136: b.next += goarch.PtrSize
mwbbuf.go#L143: if b.next+2*goarch.PtrSize > b.end {
mwbbuf.go#L146: p := (*[2]uintptr)(unsafe.Pointer(b.next))
mwbbuf.go#L147: b.next += 2 * goarch.PtrSize
mwbbuf.go#L198: n := (pp.wbBuf.next - start) / unsafe.Sizeof(pp.wbBuf.buf[0])
mwbbuf.go#L203: pp.wbBuf.next = 0
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |